index.html
Reference:
Expert Users: Hidden Defaults (2)
Exporting a movie of slides will turn off the last transition. To leave it on (for example, if you plan to display the movie in a web page in a looping mode):
        defaults write com.stone.Videator LoopLastTransition YES

If you want fast launches on second launch but want to be able to reinstall the app even if you've run it this login session:
        defaults write com.stone.Videator AllowEasyReinstall YES
        
If you want daemon to quit after last app on network has quit (usually only one!) set this hidden default:
        defaults write NSGlobalDomain QuitDaemonOnQuittingApp YES

By default, Videator will scale blend images to fit your current video size. To leave them full size in composite style bends:
        defaults write com.stone.Videator DoNotScaleToFitByDefault YES

By default, a new text object says “Text”. To set what a new text object says (for example, to “Videator”):
        defaults write com.stone.Videator TextString "Videator"

If you’re using fullscreen, but it’s coming up black, try setting this:
        defaults write com.stone.Videator FullscreenCrop YES

For best 2 monitor full sccreen performance, use this:
        defaults write com.stone.Videator DoNotEchoImage YES

PreviousTopNext